/************************分部页的页面样式--start***********************************/
.in-banner {
  clear: both;
}
/***********************************头部start********************************/
.logo {
  width: 300px;
  height: 100px;
  display: inline-block;
  margin-top: 18px;
  line-height: 98px;
}
.logo a {
  width: 300px;
  height: 100px;
  display: inline-block;
}
.logo img {
  max-width: 300px;
  max-height: 100px;
}
.top {
  width: 100%;
  min-width: 1200px;
}
.top_right {
  width: 900px;
  padding-top: 8px;
}
.top_right .searchbox {
  widtH: 900px;
  height: 70px;
}
.top_right .searchbox .center {
  display: inline-block;
  height: 32px;
}
.top_right .searchbox .center a {
  display: inline-block;
  padding: 0px 12px;
  height: 32px;
  line-height: 30px;
}
.top_right .searchbox .center .headregister {
  margin-right: 10px;
}
.top_right .searchbox .center .headlogin {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.top_right .searchbox .center .headlogin i {
  padding-right: 10px;
  font-size: 15px;
}
.top_right .searchbox .center .headlogin:hover {
  color: #FFFFFF;
}
.top_right .searchbox > div {
  height: 32px;
  margin-top: 26px;
}
/*搜索框*/
.search_form {
  width: 300px;
  border-width: 1px;
  font-size: 12px;
  height: 32px;
  border-radius: 50px;
  line-height: 30px;
  position: relative;
}
.search_form .search_select {
  width: 90px;
  height: 100%;
  float: left;
}
.search_form .search_select .title {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
}
.search_form .search_select .title span {
  width: 63px;
  display: inline-block;
  height: 100%;
  float: left;
  overflow: hidden;
  padding: 0 5px;
}
.search_form .search_select .title i {
  display: inline-block;
  height: 100%;
  font-size: 22px;
  float: left;
}
.search_form .search_select ul {
  display: none;
  border-width: 1px !important;
  border-style: solid;
  width: 100%;
  margin-left: -1px;
  background-color: #fff;
  box-sizing: content-box;
  position: relative;
  z-index: 99;
}
.search_form .search_select ul li {
  padding: 0 5px;
  line-height: 24px;
  cursor: pointer;
  overflow: hidden;
}
.search_form .search_select ul li:hover {
  color: #fff;
}
.search_form .search {
  width: 207px;
  height: 100%;
  position: relative;
}
.search_form .search input {
  width: 195px;
  height: 100%;
  border: 0px;
  float: left;
  text-indent: 2px;
}
.search_form .search i {
  width: 26px;
  height: 30px;
  cursor: pointer;
  font-weight: bolder;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 5px;
}
/*导航栏*/
.nav {
  width: 900px;
  height: 50px;
  position: relative;
}
.nav .nav_pubmore {
  float: right;
  display: inline-block;
  margin-top: 4px;
}
.nal_list {
  max-width: 830px;
  height: 50px;
}
.nal_list .nav_main {
  float: left;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 20;
  margin: 5px 0px;
  text-align: center;
}
.nal_list .nav_main i {
  width: 18px;
  height: 16px;
  vertical-align: middle;
  background-position: -28px -3px;
}
.nal_list .nav_main .nav_par {
  text-align: center;
  padding: 0 20px;
}
.nal_list .nav_main:hover i {
  background-position: -28px -16px;
}
.nal_list .nav_main.cur:hover {
  -webkit-box-shadow: 0px 1px 5px 2px rgba(181, 182, 183, 0.75);
  -moz-box-shadow: 0px 1px 5px 2px rgba(181, 182, 183, 0.75);
  box-shadow: 0px 1px 5px 2px rgba(181, 182, 183, 0.75);
  border-radius: 6px 6px 0 0;
  z-index: 30;
  background: #fff;
}
.nal_list .nav_main:hover .nav_child {
  display: block;
}
.nal_list .nav_main .nav_child {
  display: none;
  /*min-width               : 110px;*/
  background: #fff;
  margin-top: 0px;
  position: absolute;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 0 0 0 rgba(181, 182, 183, 0.75), 5px 0 5px -3px rgba(181, 182, 183, 0.75), 0 5px 5px -3px rgba(181, 182, 183, 0.75), -5px 0 5px -3px rgba(181, 182, 183, 0.75);
  -webkit-box-shadow: 0 0 0 0 rgba(181, 182, 183, 0.75), 5px 0 5px -3px rgba(181, 182, 183, 0.75), 0 5px 5px -3px rgba(181, 182, 183, 0.75), -5px 0 5px -3px rgba(181, 182, 183, 0.75);
  -moz-box-shadow: 0 0 0 0 rgba(181, 182, 183, 0.75), 5px 0 5px -3px rgba(181, 182, 183, 0.75), 0 5px 5px -3px rgba(181, 182, 183, 0.75), -5px 0 5px -3px rgba(181, 182, 183, 0.75);
  text-align: left;
}
.nal_list .nav_main .nav_child .child_a {
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  margin: 0px 20px;
  padding: 10px 0;
}
.nal_list .nav_main .nav_child .child_a a {
  /*white-space: nowrap;*/
}
.nal_list .nav_main .nav_child .child_a:first-child {
  border-top: 1px solid #EEEEEE;
}
.nal_list .nav_main .nav_child .child_a:last-child {
  border-bottom-width: 0px;
}
.nav_contact {
  width: 170px;
  height: 58px;
}
.nav_contact i {
  font-size: 40px;
  float: left;
  margin-top: 10px;
}
.nav_contact > div {
  width: 125px;
  height: 58px;
  float: right;
  overflow: hidden;
}
.nav_contact > div > p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  display: block;
}
/************************************头部end***********************************/
/*品牌搜索 - start*/
.adbrand_img {
  max-width: 1200px;
  overflow: hidden;
  margin: 10px auto;
}
.adbrand_img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.brand_search {
  margin: 10px auto;
  display: inline-block;
  width: 100%;
}
.brand_search .brand_left {
  width: 920px;
  float: left;
}
.brand_search .brand_left .line {
  color: #666666;
  line-height: 24px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.brand_search .brand_left .line div:first-child {
  max-width: 140px;
}
.brand_search .brand_left .line div:last-child {
  width: 780px;
}
.brand_search .brand_left .line a {
  margin-right: 6px;
}
.brand_search .brand_left .line a:hover {
  text-decoration: underline;
}
.brand_search .brand_left .line a:last-child {
  margin-right: 0px;
}
.brand_search .brand_right {
  width: 240px;
  float: right;
}
.brand_search .brand_right figure {
  width: 240px;
  height: 180px;
  border: 1px solid #f2f2f2;
  text-align: center;
  line-height: 138px;
  padding: 20px;
}
.brand_search .brand_right figure img {
  max-width: 100%;
  max-height: 100%;
}
.brand_search .brand_right p {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
/*品牌搜索 - end*/
/***********************************尾部start*****************************/
.foot-links {
  width: 100%;
  min-width: 1200px;
  background-color: #999999;
  font-size: 14px;
}
.foot-links .wrap {
  padding: 15px 0;
  line-height: 20px;
}
.foot-links dt,
.foot-links dd {
  display: inline-block;
}
.foot-links dd a {
  color: #EEEEEE;
  border-right: 1px solid #EEEEEE;
  padding: 0px 13px;
}
.foot-links dd a:hover {
  text-decoration: underline;
}
.foot-links dd:last-child a {
  border-right-width: 0px;
}
/*.footer{
	width:100%;
	min-width: 1200px;
}*/
.footer-fastlink {
  display: flex;
  padding: 40px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.footer-fastlink dl {
  width: 940px;
  min-height: 175px;
  float: left;
}
.footer-fastlink dl dd {
  float: left;
  width: 235px;
  line-height: 26px;
  padding-left: 15px;
}
.footer-fastlink dl dd h3,
.footer-wechat h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer-fastlink dl dd ul li {
  /*width: 158px;*/
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.footer-fastlink dl dd ul li a {
  color: #999999;
}
.footer-fastlink dl dd ul li a:hover {
  text-decoration: underline;
}
.footer-wechat {
  float: left;
  width: 260px;
  height: 175px;
}
.footer-wechat .wechat img {
  width: 100px;
  height: 100px;
}
.footer-wechat .wechat {
  width: 120px;
  height: 120px;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -mox-border-radius: 12px;
  margin: 20px 0px 0px 70px;
}
.footer-icp p {
  height: 26px;
  line-height: 26px;
  color: #999999;
}
.footer-news,
.footer-addr {
  background-color: #EEEEEE;
  min-width: 1200px;
}
/***********************************尾部end******************************/
/*分类面包屑 - start*/
.storeOneclass_box {
  display: inline-block;
}
.storeOneclass {
  position: relative;
  display: inline-block;
}
.storeOneclassinfo {
  position: relative;
  z-index: 6;
  display: inline-block;
  height: 24px;
  padding: 0 8px 0 8px;
  line-height: 22px;
  vertical-align: top;
}
.storeOneclasslist {
  display: none;
  width: 380px;
  padding: 10px 0 10px 8px;
  position: absolute;
  left: 0;
  top: 23px;
  z-index: 2;
  border: 1px solid #ddd;
  background-color: #fff;
}
.storeOneclasslist li {
  float: left;
  width: 87px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.storeOneclasslist > ul > li > a {
  color: inherit;
}
.crumbs-arrow {
  font-style: normal;
}
.z-menu-drop-open:hover .storeOneclassinfo {
  z-index: 21;
  border-color: #ee7700;
  border-bottom: 0;
}
.storeOneclass:hover .storeOneclassinfo {
  border-bottom-color: #fff;
  background: #fff;
}
.z-menu-drop-open:hover > .storeOneclassinfo > i {
  background-position: -32px -64px;
}
.z-menu-drop-open:hover .storeOneclasslist {
  z-index: 20;
  display: block;
}
/*分类面包屑 - end*/
/* 首页分类  - start*/
.banner_categroy {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 430px;
  z-index: 100;
}
.categroy_list {
  width: 265px;
  height: 100%;
}
.categroy_list h4 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  color: #fff;
}
.categroy_list .productcenter_main {
  width: 265px;
  min-height: 384px;
  height: 384px;
  overflow: hidden;
}
.categroy_list .productcenter_main:hover {
  height: initial;
  overflow: initial;
  width: 265px;
}
.categroy_list .productcenter_main > ul > li {
  height: 38px;
  line-height: 38px;
}
.categroy_list .productcenter_main > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  overflow: hidden;
  color: #fff;
}
.categroy_list .productcenter_main > ul > li > a:hover {
  background-color: #fff;
}
.categroy_list .productcenter_child {
  position: absolute;
  top: 0;
  left: 265px;
  z-index: 99;
  width: 933px;
  min-height: 428px;
  display: none;
  background: white;
  border: 1px solid #EEEEEE;
  box-sizing: content-box;
}
.categroy_list .productcenter_child:hover {
  height: initial;
}
.categroy_list .productcenter_child > ul {
  display: inline-block;
}
.categroy_list .productcenter_child > ul li {
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 5px 20px 0;
  width: 186px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 首页分类  - end*/
/*首页弹出层广告 - start*/
.ad_pic_shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8999;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.ad_pic {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 600px;
  margin-left: -600px;
  margin-top: -300px;
  z-index: 9000;
  text-align: center;
  line-height: 600px;
}
.ad_pic i.close {
  color: #fff;
  position: absolute;
  right: -20px;
  top: -315px;
  font-size: 20px;
  cursor: pointer;
}
.ad_pic a {
  display: inline-block;
}
.ad_pic img {
  max-width: 1200px;
  max-height: 600px;
}
/*首页弹出层广告 - end*/
/****************首页-留言弹出层 - start******************/
.home_sample {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.home_sample .heabg {
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
.home_sample .headsam {
  width: 1120px;
  display: none;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 18%;
  z-index: 10;
  padding: 50px 80px;
  margin-left: -640px;
}
.home_sample .headsam .toper {
  width: 100%;
}
.home_sample .headsam .toper .le {
  width: 190px;
  border-right: 1px solid #EEEEEE;
  line-height: 28px;
}
.home_sample .headsam .toper .le .color-4c {
  font-size: 30px;
}
.home_sample .headsam .toper .ce {
  width: 820px;
  margin-left: 60px;
}
.home_sample .headsam .toper .ce .indro {
  width: 100%;
  color: #0293d2;
  margin-top: 12px;
  font-size: 16px;
}
.home_sample .headsam .toper .ce .must {
  width: 100%;
  color: #999;
  margin-top: 5px;
}
.home_sample .headsam .toper .re {
  cursor: pointer;
  margin-top: 20px;
}
.home_sample .headsam .cent {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.home_sample .headsam .cent .input {
  width: 264px;
  height: 44px;
  line-height: 44px;
  text-indent: 15px;
  font-size: 14px;
  color: #999;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  margin-right: 20px;
}
.home_sample .headsam .cent .input:focus,
.headsam .cent .text:focus {
  border-width: 1px;
}
.home_sample .headsam .cent img {
  width: 80px;
  height: 30px;
  cursor: pointer;
  margin-top: 6px;
}
.home_sample .headsam .cent .text {
  width: 1117px;
  height: 218px;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  padding: 15px;
  margin-top: 16px;
}
.home_sample .headsam .cent .sub {
  width: 120px;
  height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  margin-top: 40px;
}
.home_sample .headsam .img_val {
  width: 195px;
  display: inline-block;
  height: 38px;
}
.home_sample .headsam .img_val .img-sliderval {
  height: 44px;
  line-height: 44px;
}
/*********************首页-留言弹出层 - end**********************/
/*技术方案 - start*/
.news_sol {
  height: 231px;
}
.news_sol ul {
  display: inline-block;
}
.news_sol ul li {
  width: 301px;
  display: block;
  height: 227px;
  position: relative;
  float: left;
  border: 1px solid #f2f2f2;
  margin-right: -1px;
}
.news_sol ul li .dev-info {
  padding: 20px 10px;
  position: relative;
  z-index: 2;
}
.news_sol ul li .dev-info h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.news_sol ul li a:hover span {
  color: inherit !important;
}
.news_sol ul li .dev-info span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.news_sol ul li .productposimg {
  padding-left: 95px;
}
.news_sol ul li a:hover img {
  transform: translateX(-5px);
}
.news_sol ul li .productposimg img {
  width: 136px;
  height: 113px;
  transition: 0.25s;
}
/*技术方案 - end*/
/************************导航更多--start***********************************/
.nav_more {
  display: none;
  position: relative;
  width: 44px;
  height: 40px;
  float: right;
  text-align: center;
  line-height: 40px;
  border: 2px solid transparent;
}
.nav_more > a {
  position: absolute;
  right: 0;
  z-index: 98;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.nav_more .nav_ul {
  display: none;
  z-index: 97;
  min-width: 150px;
  position: absolute;
  right: 0;
  background: #fff;
  padding: 10px;
  text-align: left;
}
.nav_more .nav_ul .nav_li {
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  padding-left: 13px;
  position: relative;
}
.nav_more .nav_ul .nav_li > a {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  padding-bottom: 10px;
  display: inline-block;
  line-height: 20px;
  width: 100%;
}
.nav_more:hover {
  background: #fff;
  border: 2px solid #ff6600;
  border-bottom: 2px solid #fff;
}
.nav_more:hover > a {
  color: #ff6600;
  background: #fff;
}
.nav_more:hover .nav_ul {
  display: block;
  border-width: 2px;
  margin-top: 36px;
  margin-right: -2px;
}
.nav_more .nav_li .nav_i {
  width: 8px;
  height: 12px;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 0px;
}
.nav_more .nav_li .li_child {
  line-height: 24px;
}
.nav_more .nav_li .li_child a {
  color: #999;
  float: left;
  display: inline-block;
  width: 100%;
}
/************************导航更多--end***********************************/
/*OrderStepBar - start*/
.OrderFather {
  padding-top: 55px;
  width: 576px;
}
.LineFather {
  width: 800px;
  margin: 0 auto;
}
.pwdline {
  width: 202px;
  height: 10px;
  position: relative;
}
.pwdline:after {
  display: inline-block;
  position: absolute;
  left: 90px;
  top: -5px;
  width: 22px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  background: inherit;
}
.line-pe1:after {
  content: '1';
}
.line-pe2:after {
  content: '2';
}
.line-pe3:after {
  content: '3';
}
.line-pe4:after {
  content: '\2714';
}
.RetrieveLine {
  display: inline-block;
  width: 187px;
}
.RetrieveLine p {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 14px;
}
/*OrderStepBar - end*/
/************************分部页的页面样式--end***********************************/
/************************购物的页面样式--start***********************************/
/*支付页面-微信-购物车-提交订单 -- header*/
.header {
  height: 136px;
}
.logorightspan {
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  margin: 35px 0 0 24px;
  padding-left: 24px;
}
.logorightspan:before {
  display: inline-block;
  width: 0px;
  height: 80px;
  content: ' ';
}
/*底部*/
/****************备案号开始*******************/
.footer-bottom {
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}
.footer-bottom a,
.footer-bottom span {
  color: #666;
  font-size: 12px !important;
}
/****************备案号结束******************/
/*************************提交订单--新页面 start*****************************/
.input-control {
  margin-top: 5px;
  text-indent: 8px;
  height: 36px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control {
  width: 100%;
  height: 32px;
  padding: 4px 6px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e4e4;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
  display: inline-block;
  font-size: 12px;
  line-height: inherit;
  color: #555;
}
.confirmbox .content {
  height: auto;
  overflow: hidden;
  margin: 10px auto 20px;
}
.confirmbox .content .t {
  width: 1198px;
  height: auto;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  border-width: 1px 0 1px 0;
}
.confirmbox .content .t a {
  margin-right: 22px;
  margin-top: 2px;
}
.lt05 {
  width: 1155px;
}
.confirmbox .content .lt05 {
  line-height: 35px;
  text-align: left;
  margin: 20px auto;
}
.confirmbox .content .lt05 thead {
  border: 1px solid #e4e4e4;
}
.lt05 tr td {
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-right: 1px solid #e4e4e4;
}
.lt05 tr {
  border-bottom: 1px solid #e4e4e4;
}
.confirmbox .content .lt06 {
  line-height: 30px;
  margin: 20px 0 20px 20px;
}
/*收货人/提货人信息--Start*/
.Orderaddress {
  padding: 20px;
}
.Orderaddress ul {
  overflow: hidden;
}
.Orderaddress li {
  float: left;
  margin: 0 15px 15px 0;
}
.address_title {
  padding: 10px 18px;
  width: 274px;
  height: 160px;
  position: relative;
}
.address_title:hover {
  border-width: 1px;
  cursor: pointer;
}
.address_title .address_info {
  height: 88px;
}
.address_title .address_info > p:nth-child(4) {
  /*white-space: pre-line;*/
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  line-height: 1.2;
  display: block;
  max-width: 100%;
  height: 60px;
  padding-top: 5px;
  overflow: hidden;
}
.ModifyDel {
  position: absolute;
  bottom: 4px;
  left: 19px;
}
.piece-checked {
  width: 0;
  height: 0;
  border-bottom: 20px solid #ee7700;
  border-left: 20px solid transparent;
}
.piece-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.piece-right-bottom i {
  position: absolute;
  top: 10px;
  left: -12px;
  color: #fff;
  font-size: 12px;
}
/*收货人/提货人信息--end*/
/*配送方式--start*/
.icheck-Box {
  position: relative;
  width: 1155px;
  margin: 20px auto;
}
.icheck-Box .icheck-div {
  position: relative;
  z-index: 6;
  height: 36px;
  line-height: 36px;
}
.icheck-Box .icheck-content {
  position: relative;
  z-index: 2;
  top: -1px;
  height: auto;
  padding: 20px 10px;
}
.radio-tab-item dl:after,
#distList:after {
  clear: both;
  content: '';
  display: block;
  zoom: 1;
  width: 0;
  height: 0;
}
.radio-tab-item dl:first-child {
  margin-top: 0px;
}
.radio-tab-item dl {
  margin-top: 10px;
}
.icheck-div .icheck-ul li {
  display: inline-block;
  padding: 0px 10px;
  height: 36px;
  line-height: 36px;
}
#distList .iptperson,
#distList .iptphone {
  height: 30px;
  line-height: 30px;
  text-indent: 6px;
}
#distList label {
  padding: 2px 0;
}
.part-cur {
  border-width: 1px 1px 0px 1px;
  border-bottom: 1px solid #fff !important;
}
/*配送方式--end*/
/*支付方式--start*/
.orderpay {
  width: 1155px;
  min-height: 40px;
  margin: 20px auto;
}
.orderpaychild {
  padding: 20px 0 0 20px;
  width: 550px;
  background: #fff;
  top: 37px;
  left: 0px;
}
.orderpay .orderpay-c {
  display: inline-block;
  line-height: 36px;
  padding: 0 14px;
}
/*支付方式--end*/
/*发票信息--start*/
.part-tagheadone,
.part-tagheadtwo,
.part-tagheadthree {
  display: inline-block;
  padding: 0 15px;
}
.part-tagheadone span,
.part-tagheadtwo span,
.part-tagheadthree span {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.part-tagheadthree .invo_title {
  color: red;
  margin-left: 10px;
  display: none;
}
.part-contentinfo {
  position: relative;
  z-index: 2;
  top: 1px;
  height: auto;
}
.boxselect_item {
  margin: 20px 15px;
}
.boxselect {
  height: 30px;
  line-height: 30px;
}
.boxselect .iradio_minimal-orange {
  margin-bottom: 3px;
}
.boxselect dl {
  overflow: hidden;
}
.boxselect dd p {
  min-width: 130px;
}
.boxselect dd p a {
  display: inline-block;
  margin-right: 10px;
}
.part-taghead {
  position: relative;
  z-index: 6;
  height: 36px;
  line-height: 36px;
}
.partbox {
  position: relative;
  width: 1155px;
  margin: 6px auto;
}
/*发票信息--end*/
/*订单备注--start*/
.confirmbox .content .remark {
  width: 1155px;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  margin: 20px auto;
}
.confirmbox .content .remark textarea {
  height: 100px;
  width: 1155px;
  padding: 9px;
}
.confirmbox .content .remark textarea:focus {
  border-width: 1px;
}
/*订单备注--end*/
/*商品清单--start*/
.orderresult {
  width: 1155px;
  height: 190px;
  margin: 0 auto 20px;
}
.orderresult table {
  width: 250px;
  float: right;
}
/*商品清单--end*/
/*优惠券--start*/
.coupont-title {
  border-top: 1px solid #E4E4E4;
  width: 1153px;
  text-align: left;
  margin: 20px auto 0px;
  padding-top: 10px;
}
.ordercoupon {
  min-height: 176px;
  height: auto;
  margin: 10px auto 20px !important;
}
.ordercoupon-main {
  padding: 16px 16px 0px;
  font-size: 12px;
  width: 1153px;
  min-height: 138px;
  height: auto;
}
.ordercoupon-main ul {
  width: 1138px;
}
.ordercoupon-main ul li {
  height: 114px;
  display: inline-block;
  float: left;
  margin: 0px 16px 16px 0px;
}
.coupon_box {
  width: 211px;
  height: 114px;
  overflow: hidden;
}
.coupon_top {
  padding: 10px 0px 0px 18px;
}
.semi-line {
  position: absolute;
  width: 3px;
  height: 211px;
  top: -106px;
  left: 103px;
  z-index: 3;
  transform: rotate(-90deg);
  -webkit-transform: rotate(90deg);
  background: url(/assets/img/pub/semi-circle.png) top center repeat-y;
}
.coupon_bottom_sp {
  margin: 0px 43px 0px 18px;
}
/*优惠券--end*/
/***********************提交订单--新页面 end*****************************/
/********************************************shopping cart---购物车立即结算开始***************************************************/
.cart-table {
  border-width: 2px 0 0 0;
}
.cart-table .cart-head {
  margin-top: 2px;
  height: 36px;
  line-height: 36px;
}
.cart-table .cart-head p {
  text-indent: 3px;
  height: 36px;
  overflow: hidden;
}
.cart-table .cart-head label {
  padding-left: 5px;
}
.cart-main .listorder select,
.cart-main .listorder input {
  padding: 3px 10px;
}
.cart-table .w0,
.cart-table .w1,
.cart-table .w2,
.cart-table .w3,
.cart-table .w4,
.cart-table .w5,
.cart-table .w6,
.cart-table .w7,
.cart-table .w8,
.cart-table .w9,
.cart-table .w10 {
  display: inline-block;
  float: left;
}
.cart-table .w0 {
  width: 35px;
}
.cart-table .w1 {
  width: 200px;
}
.cart-table .w2 {
  width: 150px;
  overflow: hidden;
}
.cart-table .w3 {
  width: 100px;
}
.cart-table .w4 {
  width: 100px;
}
.cart-table .w5 {
  width: 130px;
}
.cart-table .w6 {
  width: 120px;
}
.cart-table .w7 {
  width: 120px;
}
.cart-table .w8 {
  width: 120px;
}
.cart-table .w9 {
  width: 100px;
}
.cart-table .w10 {
  width: 120px;
}
.cart-body ul li {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
}
.cart-body ul li p {
  text-indent: 3px;
}
.cart-body .title {
  font-size: 16px;
  vertical-align: middle;
  height: 52px;
  overflow: hidden;
}
.cart-body .titlezero {
  font-size: 20px;
  color: #000;
  vertical-align: middle;
  height: 52px;
  overflow: hidden;
}
.cart-body .cart-checkbox {
  padding-left: 5px;
  vertical-align: middle;
  margin-right: 10px;
}
.cart-body .input-nub {
  background: #fff;
  line-height: 24px;
  width: 70px;
  height: 24px;
  text-align: center;
}
.cart-body .input-bz {
  background: #fff;
  border: solid 1px #cfcfcf;
  line-height: 24px;
  width: 220px;
  height: 24px;
}
.cart-bottom {
  padding: 5px;
  margin-top: 2px;
  padding-left: 35px;
  border-width: 1px 0 0 0;
}
.cart-btn {
  text-align: right;
  padding-top: 20px;
  line-height: 40px;
  vertical-align: bottom;
}
.cart-btn span {
  vertical-align: bottom;
  margin-right: 10px;
}
.cart-pra {
  padding: 20px;
}
.cart-body .jiageti {
  position: relative;
}
.cart-body .jiageti span {
  position: absolute;
  padding: 10px;
  display: none;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  right: 65px;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
}
.cart-body .jiageti:hover span {
  width: auto;
  height: inherit;
  opacity: 1;
  display: block;
}
/********************************************shopping cart---购物车立即结算end***************************************************/
/*******************************quickAdd快速加入购物车--start**********************************/
.addbuyers_info {
  width: 50%;
  height: 326px;
  padding: 30px 30px;
  /*margin-top:10px*/
}
.addbuyers_info1 {
  width: 204px;
  height: 190px;
}
.addbuyers_info1 > img {
  width: 128px;
  height: 128px;
}
.addbuyers_info2 {
  width: 290px;
}
.addbuyers_info2 > ul {
  width: 100%;
  /*padding-top: 20px;*/
}
.addbuyers_info2 > ul > li {
  height: 30px;
  line-height: 30px;
}
.addbuyers_nuo {
  width: 50%;
  height: 326px;
  padding: 30px 30px;
}
.addbuyers_nuoone {
  width: 55%;
  height: 250px;
  padding: 10px;
}
.addbuyers_nuoone img {
  width: 345px;
  height: 233px;
}
.addbuyers_nuotwo > ul > li {
  height: 35px;
  line-height: 35px;
}
.addbuyers_nuotwo .ch_desc {
  line-height: 18px;
  height: 64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.addbuyers {
  width: 770px;
  height: 550px;
  border: 1px solid #CCCCCC;
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 28%;
  background: #fff;
}
.myinput {
  width: 125px;
  height: 35px;
  display: inline-block;
  /*margin: 10px 0px 10px 0px;*/
}
.myinput a {
  width: 22px;
  height: 26px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
.myinput input {
  text-align: center;
  width: 69px;
  border: none;
  outline: none;
  height: 28px;
}
.addbuyers_nuo ul li #Price,
.addbuyers_nuo ul li #Amount {
  display: inline-block;
  /*margin: 6px 0;*/
}
/*******************************quickAdd--end**********************************/
/*购物车列表 start*/
.nav-shop-cart-header {
  display: block;
  /*overflow     : hidden;*/
  height: 28px;
  /*margin-bottom: 10px;*/
}
.nav-shop-cart-tabs a {
  display: block;
  color: #666;
  text-decoration: none;
  font-size: 18px;
}
.nav-shop-cart-tabs li {
  list-style: none;
  float: left;
  width: auto;
  margin-right: 16px;
  padding-bottom: 7px;
}
.nav-shop-cart-tabs .active {
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #4487f3;
}
.nav-shop-cart-tabs .active a {
  color: red;
  font-size: 18px;
}
.font-normal {
  font-style: normal;
  font-size: 16px;
}
.cart-table {
  display: none;
}
.cart-table.active {
  display: block;
}
/*购物车列表 end*/
/************************购物的页面样式--end***********************************/
/************************独立的页面样式--start***********************************/
/*********************行业资讯-列表页 start*****************/
.news_keywords {
  line-height: 22px;
  margin-top: 5px;
}
.news_keywords a {
  margin-right: 10px;
  padding: 0px 4px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  line-height: 20px;
  text-decoration: none;
  /* max-width   : 100px;
    overflow       : hidden; */
  height: 22px;
  display: inline-flex;
}
.newsbanner {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.newsbanner img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.newscontent ul li {
  min-height: 255px;
  padding-top: 50px;
  border-bottom: 1px solid #EEEEEE;
}
.newsbox {
  width: 1200px;
  height: 142px;
}
.newsbox .newsmain {
  width: 990px;
  height: 130px;
}
.newsbox .newsmain h2 {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 20px;
}
.newsbox .newsmain .new_source {
  height: 30px;
  line-height: 30px;
}
.new_article {
  height: 75px;
  line-height: 26px;
  font-size: 16px;
  overflow: hidden;
}
.newsbox .news_img {
  display: inline-block;
  width: 166px;
  height: 136px;
  overflow: hidden;
}
.newsbox .news_img img {
  width: 166px;
  height: 136px;
  transition: 0.5s ease-out;
}
.newsbox .news_img img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: 0.5s ease-out;
}
.newscontent ul li .btn-a {
  padding: 7px 21px;
}
/*分页*/
/*.pages{
    height: 120px;
    line-height: 100px;
}*/
.footer_info {
  width: 100%;
  min-width: 1200px;
}
.footer_info .footer_div {
  border-top: 1px solid #EEEEEE;
}
.footer_info .footer_p {
  height: 26px;
  line-height: 26px;
  color: #999999;
  margin-top: 25px;
}
/*********************行业资讯-列表页 end*******************/
/*********************行业资讯-详情页 start**************/
.newsdetails .newstop {
  border-bottom: 1px solid #EEEEEE;
}
.newsdetails .newstop p.tl {
  height: 35px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
}
.newsdetails .newstop p.tl a {
  color: #666;
}
.newsdetails .newstop p.tl i {
  font-style: normal;
  padding: 0 5px;
}
.newsdetails .newstop h1 {
  margin-top: 33px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.newsdetails .newstop .new_source {
  height: 22px;
  margin: 38px 0px 45px;
  width: 100%;
  overflow: hidden;
  line-height: 22px;
}
.newsmid {
  width: 1200px;
  min-height: 500px;
  margin: auto;
  padding: 10px 0;
}
.newsmid img {
  max-width: 1200px;
}
.newsmid .bom_title {
  height: 30px;
  line-height: 30px;
}
.newsmid .bomlist_main > table.bomlist_main_tab tr th {
  height: 32px;
  line-height: 32px;
}
.newsmid .bomlist_main > table.bomlist_main_tab tr td {
  padding: 0;
  height: 32px;
}
.newsmid .bomlist_main .btn-input {
  padding: 2px 10px;
}
.newsmid .bomlist_main .box-hover {
  z-index: 10;
}
.newsmid .bomlist_main {
  border-top-width: 2px;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
}
.newsbotm {
  height: 246px;
  padding: 36px 0px 78px;
  border-top: 1px solid #EEEEEE;
}
.newsbotm a.newstitle {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  font-size: 20px;
  padding-right: 10px;
}
.newsbotm .newsbotm_lf,
.newsbotm .newsbotm_rt {
  width: 50%;
  height: 200px;
}
/*********************行业资讯-详情页 end**************/
/*****************************搜索结果start*********************************/
.bnav {
  height: 35px;
  margin-top: 20px;
  clear: both;
  content: '';
  display: block;
  zoom: 1;
}
.searchresult {
  width: 900px;
}
.searchnum {
  width: 250px;
  text-align: right;
}
.tabmain {
  width: 1200px;
  margin: auto;
  padding: 22px 2px 0px 13px;
}
.tabmain table {
  border-collapse: collapse;
}
.tabmain table td {
  vertical-align: text-top;
}
.tabmain table td.ted2 a {
  display: inline-block;
  margin: 0px 10px 8px 10px;
  padding: 0px 15px;
  line-height: 23px;
}
.tabmain table td.ted1 {
  min-width: 105px;
  max-width: 175px;
  text-align: right;
  color: #999999;
}
.tabmain table td.ted2 div {
  margin-bottom: 5px;
  width: 1025px;
  position: relative;
  overflow-y: hidden;
}
.tabmain table td.ted2 div.ht1 {
  height: 30px;
  overflow: hidden;
}
.tabmain table td.ted2 div .fa-angle-up {
  position: absolute;
  right: 0px;
  font-size: 22px;
  top: 1px;
  cursor: pointer;
  transform: rotate(0deg);
}
.tabmain table td.ted2 div .fa-angle-up.top {
  top: 5px;
  transform: rotate(180deg);
}
.tabmain table td.ted3 {
  width: 100px;
  text-align: center;
}
.tabmain table td div a.cur {
  position: relative;
  border-width: 1px;
  line-height: 21px;
}
.tabmain table td div a.cur:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-width: 0 0 13px 0;
  border-left: 13px solid transparent;
}
.tabmain table td div a.cur:after {
  color: #fff;
  content: "\2714";
  font-weight: 100;
  position: absolute;
  width: 14px;
  height: 20px;
  right: -5px;
  bottom: -6px;
  font-size: 12px;
}
.extend {
  height: auto;
}
.resultpart {
  font-size: 17px;
  font-weight: 700;
}
/*产品搜索页 品牌/分类 - start*/
.curr {
  display: inline-block;
  vertical-align: top;
}
.searchresult {
  float: left;
}
.bnav .search {
  border: 0px;
}
.sc-selecter {
  padding: 12px 25px 22px;
}
.sc-selecter dl {
  margin-top: 10px;
  display: table;
  width: 100%;
}
.sc-selecter dl dt {
  float: left;
  min-width: 75px;
}
.sc-selecter dl dd {
  margin-left: 75px;
}
.sc-selecter dl dd a {
  display: inline-block;
  min-width: 60px;
  padding: 0 10px;
  text-align: center;
}
.sc-selecter dl dd a.cur,
.sc-selecter dl dd a.cur:hover {
  border-width: 1px;
  position: relative;
}
.sc-selecter dl dd a.cur:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-width: 0 0 13px 0;
  border-left: 13px solid transparent;
}
.sc-selecter dl dd a.cur:after {
  color: #fff;
  content: "\2714";
  font-weight: 100;
  position: absolute;
  width: 14px;
  height: 20px;
  right: -3px;
  bottom: -6px;
  font-size: 12px;
}
.sc-selecter dl dd a:hover {
  text-decoration: none;
  background-color: #f1f1f1;
}
/*产品搜索页 品牌/分类 - end*/
/*新关键词搜索样式 - start*/
.sc_inquire:hover {
  text-decoration: underline;
}
#stickTableHeader {
  display: none;
  z-index: 110;
  position: fixed;
}
#stickTableHeader.border {
  border: 1px solid #dadada;
  border-bottom: 0;
}
.cg_orderby {
  height: 37px;
  line-height: 34px;
}
.cg_orderby .listorder select,
.cg_orderby .listorder input {
  padding: 3px 10px;
  cursor: pointer;
  outline: none;
}
.channel_main {
  height: 66px;
  padding: 5px;
  background: antiquewhite;
  border-bottom: 1px solid #f1cd9d;
}
.channel_main .ch_logo {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -650px;
}
.channel_main .ch_logo img {
  width: 80px;
  height: 27px;
}
.channel_main .ch_title {
  align-items: Center;
  height: 56px;
  display: flex;
}
.channel_main .ch_title .ch_name {
  white-space: nowrap;
}
.channel_main .ch_title .ch_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}
.channel_main .ch_more {
  min-width: 40px;
  text-align: right;
}
.channel_main .ch_title img {
  width: 146px;
  height: 56px;
  padding: 5px;
  float: left;
}
.sc_pr_main {
  width: 100%;
  display: inline-block;
}
.sc_pr_main .w1,
.sc_pr_main .w2,
.sc_pr_main .w3,
.sc_pr_main .w4,
.sc_pr_main .w5,
.sc_pr_main .w6,
.sc_pr_main .w7,
.sc_pr_main .w8,
.sc_pr_main .w9,
.sc_pr_main .w10 {
  display: inline-block;
  float: left;
  padding: 0 5px;
  word-break: break-word;
}
.sc_pr_head {
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: Center;
  min-height: 50px;
  float: left;
  width: 100%;
}
.sc_pr_head p {
  color: black;
}
.sc_pr_body {
  display: inline-block;
  width: 100%;
  float: left;
}
.sc_pr_body .icon-yulan {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.sc_pr_body ul {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
  float: left;
  min-height: 150px;
  display: flex;
  align-items: Center;
}
.sc_pr_body ul:last-child {
  border-bottom: 0;
}
.sc_pr_body ul li {
  padding: 0 5px;
  float: left;
}
.sc_pr_body ul li .img {
  width: 130px;
  height: 130px;
  display: inline-block;
  position: relative;
}
.sc_pr_body ul li .img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sc_pr_body ul .s_tag {
  border: 1px solid #15992B;
  color: #15992B;
  padding: 0px 7px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  font-weight: bold;
  cursor: default;
  margin-bottom: 2px;
}
.sc_pr_body ul .btn-light {
  border-radius: 4px;
  display: inline-block;
}
.sc_pr_body ul .btn-light,
.sc_pr_body ul .btn-default,
.sc_pr_body ul .btn-a {
  width: 130px;
  padding: 6px 0;
  overflow: hidden;
  line-height: 18px;
}
.sc_pr_body .hidden {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc_pr_body .pr_leadtime {
  font-size: 12px;
}
.sc_pr_body .pr_buyer p {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.sc_pr_body .pr_buyer_qty {
  width: 80px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.sc_pr_body .pr_buyer_qty input {
  width: 90%;
  height: 30px;
  line-height: 30px;
  border: 0;
  display: inline-block;
  text-align: center;
}
.sc_pr_body .pr_buyer_a {
  height: 16px;
  line-height: 14px;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
.sc_pr_body .pr_buyer_a a {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: left;
  cursor: pointer;
  user-select: none;
}
.sc_pr_body .pr_buyer_a a:last-child {
  border-left: 1px solid #e0e0e0;
}
.sc_pr_body .iradio_minimal-orange {
  width: 14px;
  height: 14px;
}
.sc_pr_body .iradio_minimal-orange.checked::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
}
/*香港+图片*/
.sc_pr_main.pic_hk .w1 {
  width: 150px;
  padding: 0 10px;
  max-height: 130px;
}
.sc_pr_main.pic_hk .w2 {
  width: 135px;
}
.sc_pr_main.pic_hk .w3 {
  width: 130px;
}
.sc_pr_main.pic_hk .w4 {
  width: 0;
}
.sc_pr_main.pic_hk .w5 {
  width: 110px;
}
.sc_pr_main.pic_hk .w6 {
  width: 100px;
}
.sc_pr_main.pic_hk .w7 {
  width: 80px;
}
.sc_pr_main.pic_hk .w8 {
  width: 100px;
}
.sc_pr_main.pic_hk .w9 {
  width: 120px;
}
.sc_pr_main.pic_hk .w10 {
  width: 170px;
}
/*无香港+图片*/
.sc_pr_main.pic_no_hk .w1 {
  width: 150px;
  padding: 0 10px;
  max-height: 130px;
}
.sc_pr_main.pic_no_hk .w2 {
  width: 165px;
}
.sc_pr_main.pic_no_hk .w3 {
  width: 130px;
}
.sc_pr_main.pic_no_hk .w4 {
  width: 0;
}
.sc_pr_main.pic_no_hk .w5 {
  width: 120px;
}
.sc_pr_main.pic_no_hk .w6 {
  width: 100px;
}
.sc_pr_main.pic_no_hk .w7 {
  width: 90px;
}
.sc_pr_main.pic_no_hk .w8 {
  width: 120px;
}
.sc_pr_main.pic_no_hk .w9 {
  width: 130px;
}
.sc_pr_main.pic_no_hk .w10 {
  width: 190px;
}
/*新关键词搜索样式 - end*/
/*******************搜索结果end**********************/
/****************无搜索结果start********************/
.search-no-result {
  margin: 30px 0px;
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  border: 1px solid #e4e4e4;
  padding: 12px 0;
}
.search-no-result h2 {
  font-size: 16px;
}
.search-no-result .no-result-info dt {
  font-weight: 500;
  font-size: 16px;
}
.search-no-result .no-result-info {
  width: 70%;
}
.search-no-result .no-result-info ul {
  line-height: 1.5;
  margin-left: 15px;
}
.search-no-result .no-result-info ul li {
  /* list-style: decimal; */
  margin-bottom: 5px;
}
.search-no-result .no-result-info ul li .row .btn-a {
  padding: 6px 20px;
  margin-top: 16px;
}
.search-no-result-interested li {
  display: block;
  float: left;
  width: 201px;
  height: 188px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-left: -1px;
}
.search-no-result-interested li a {
  display: block;
  text-align: center;
  padding: 8px;
}
.search-no-result-interested li a:hover {
  text-decoration: none;
}
.search-no-result-interested li a h5 {
  color: black;
  height: 25px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}
.search-no-result-interested li a p {
  overflow: hidden;
  height: 22px;
  width: 100%;
  font-size: 12px;
}
.search-no-result-interested li img {
  height: 115px;
  width: 115px;
  display: inline-block;
}
/****************无搜索结果end********************/
/***************帮助中心 -- start*******************/
.profile_title {
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #333333;
}
.profile_title a {
  color: #333333;
}
/*.profilecont{
	margin-top: 18px;
}*/
.profilecont .profile_left {
  width: 220px;
  float: left;
  margin-bottom: 72px;
}
.profile_left .infos {
  height: 66px;
  padding-left: 21px;
  line-height: 66px;
}
.profile_left .helptitle {
  color: #fff;
  font-size: 24px;
}
.profile_left .infos_ms {
  height: 66px;
  padding-left: 21px;
  line-height: 66px;
  /* background: #4C4C4C; */
}
.profile_left .contact {
  width: 100%;
  /* border   :1px solid #4C4C4C;     */
  border-width: 1px;
  padding: 15px;
  text-align: center;
  display: inline-block;
}
.profile_left .contact i.icon-kefu1 {
  font-size: 72px;
  line-height: 70px;
}
.profile_left .contact .p_line {
  color: #333333;
  font-size: 13px;
  text-align: left;
  line-height: 22px;
  min-height: 22px;
  clear: both;
}
.profile_left .contact .p_line.addr {
  min-height: 40px;
}
.profile_left .contact .p_line.addr .disin-block {
  display: initial;
}
.profile_left .contact .p_line .t1 {
  color: #808080;
  width: 100%;
  float: left;
  word-wrap: break-word;
  /* white-space: nowrap; */
}
.profile_left .contact .p_line .t2 {
  width: 100%;
  float: left;
  padding-left: 5px;
  word-wrap: break-word;
}
.profile_left .profilelist {
  width: 100%;
  border-width: 1px;
  border-style: solid;
}
.profile_left .profilelist .guide {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #f5f5f5;
  padding-left: 21px;
}
.profile_left .profilelist .guide .guidetitle {
  height: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  padding-right: 30px;
  border-bottom: 1px solid #EDEDED;
}
.profilelist .icon-mdownarrow,
.profilelist .icon-stuparrow {
  position: absolute;
  right: 15px;
  top: 13px;
}
.profilelist .icon-mdownarrow:hover,
.profilelist .icon-stuparrow:hover {
  /*cursor: pointer;*/
  background-position: -32px -35px;
}
.profilelist .lists {
  background-color: white;
}
.profilelist .lists li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: left;
  padding-left: 21px;
  padding-right: 15px;
}
.profilelist .lists li a {
  color: #999;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.profilelist .lists li a.color-theme:before {
  content: "";
  width: 4px;
  height: 12px;
  position: absolute;
  left: -21px;
  top: 14px;
}
.profilecont .profile_right {
  float: right;
  width: 960px;
  margin-bottom: 40px;
}
.profilecont .profile_right .help_detail {
  width: 100%;
  min-height: 600px;
  padding: 30px 30px 50px;
  position: relative;
}
.profilecont .profile_right .help_detail .news-edit {
  position: absolute;
  right: 15px;
}
.profilecont .profile_right .help_detail .title {
  width: 100%;
  text-align: center;
  position: relative;
  height: 38px;
  color: #333333;
}
/*.profilecont .profile_right .help_detail .title:before {
            content: "";
            width: 16px;
            height: 2px;
            background: #333333;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 35px;
        }*/
.profilecont .profile_right .help_detail .profilecons {
  width: 100%;
  margin: 40px auto 0px;
}
.profilecont .profile_right .help_detail .profilecons img {
  max-width: 100%;
}
.profilecont .profile_right .news_list {
  width: 100%;
  height: 130px;
  margin-top: 35px;
  display: inline-block;
}
.profilecont .profile_right .news_list .news_head {
  height: 28px;
  line-height: 28px;
  border-left-width: 3px;
  border-left-style: solid;
  font-size: 16px;
  padding-left: 10px;
  font-weight: bold;
}
.profilecont .profile_right .news_list .news_detail {
  width: 454px;
  /*height   :38px;*/
  font-size: 13px;
  color: #808080;
  line-height: 24px;
  margin-top: 25px;
}
.profilecont .profile_right .news_detail p {
  height: 24px;
  overflow: hidden;
}
.profilecont .profile_right .news_detail p.describe {
  height: 48px;
}
.profilecont .profile_right .news_detail p a {
  color: #333333;
  font-size: 16px;
}
/****************帮助中心 -- end*****************/
/*选型搜索页*/
.breadcrumbContainer .breadcrumb {
  line-height: 30px;
}
.breadcrumbContainer ol li {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.breadcrumbContainer .crumbs-arrow {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}
.breadcrumbContainer .storeOneclass_box {
  vertical-align: middle;
}
.breadcrumbContainer .storeOneclasslist > ul > li > a {
  color: #666666;
}
.breadcrumbContainer .breadcrumb li {
  float: inherit;
}
.breadcrumbContainer .storeOneclasslist li {
  float: left;
}
.breadcrumbContainer .storeOneclass:hover .storeOneclassinfo {
  color: #666666;
}
/*******************************************Brands--start**************************************/
/*品牌页*/
.letter-nav {
  padding: 25px 10px;
  text-align: center;
  clear: both;
}
.letter-nav li {
  margin-left: 4px;
  height: 25px;
  float: left;
  font-size: 16px;
  color: #808080;
  text-align: center;
  line-height: 25px;
  position: relative;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.letter-nav li a {
  padding: 0 5px;
  height: 25px;
  float: left;
  line-height: 25px;
  border-radius: 2px;
  position: relative;
  text-transform: uppercase;
  width: 30px;
  display: block;
}
.letter-nav li:hover a {
  color: #fff;
}
.letter-nav .list-inline {
  height: 25px;
  overflow: hidden;
  display: inline-block;
}
.panel {
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 4px;
}
.panel-default > .panel-heading {
  color: #333;
  border-color: #f2f2f2;
  background: #f2f2f2;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-body {
  padding: 30px 38px;
  display: inline-block;
  width: 100%;
}
.brands-list li {
  width: 140px;
  height: 109px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}
.brand-box {
  width: 100%;
  height: 89px;
  float: left;
  padding: 20px;
  line-height: 49px;
  text-align: center;
}
.brand-box img {
  max-width: 100%;
  max-height: 100%;
}
.brand-title {
  width: 100%;
  height: 18px;
  text-align: center;
  font-size: 12px;
  float: left;
  color: #999;
  position: absolute;
  bottom: 3px;
  background: #fff;
  overflow: hidden;
  padding: 0 5px;
}
/*品牌详情页*/
.brand_detail .brand_title {
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 56px;
  letter-spacing: 1px;
  display: inline-block;
}
.brand_detail .brand_body {
  display: flex;
  padding-bottom: 30px;
}
.brand_detail .brand_body .brand_left {
  width: 240px;
  float: left;
  margin-right: 60px;
}
.brand_detail .brand_body .brand_left .brand_img {
  width: 240px;
  height: 180px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 138px;
  padding: 20px;
}
.brand_detail .brand_body .brand_left .brand_img img {
  max-width: 100%;
  max-height: 100%;
}
.brand_detail .brand_body .brand_left .brand_name {
  margin-top: 21px;
}
.brand_detail .brand_body .brand_left .brand_name p {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #F6F6F6;
  border-top: 1px solid #F6F6F6;
  margin-top: -1px;
  overflow: hidden;
}
.brand_detail .brand_body .brand_left .brand_name p .gray {
  color: #808080;
}
.brand_detail .brand_body .brand_right {
  float: left;
  width: 900px;
}
.brand_detail .brand_body .brand_right .brand_head {
  font-size: 16px;
  border-bottom: 3px;
  border-bottom-style: solid;
  display: inline-block;
  padding-bottom: 12px;
}
.brand_detail .brand_body .brand_right .brand_content {
  width: 100%;
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 33px;
}
.brand_detail .brand_body .brand_right .brands_title,
.brand_detail .brand_body .brand_right .news_title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.brand_detail .brand_body .brand_right .brand_list {
  margin-top: 14px;
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  margin-bottom: 29px;
}
.brand_detail .brand_body .brand_right .brand_list a {
  color: #5D92E3;
}
.brand_detail .brand_body .brand_right .news_detail {
  margin-top: 12px;
  height: 100px;
  color: #808080;
  font-size: 14px;
}
.brand_detail .brand_body .brand_right .news_detail .news_left {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  float: left;
}
.brand_detail .brand_body .brand_right .news_detail .news_left img {
  width: 100%;
  height: 100%;
}
.brand_detail .brand_body .brand_right .news_detail .news_right {
  width: 780px;
  float: left;
  height: 100px;
}
.brand_detail .brand_body .brand_right .news_detail .news_right .title {
  width: 100%;
  height: 24px;
  font-size: 14px;
  /*color     :#333333;*/
  line-height: 12px;
  overflow: hidden;
  word-spacing: normal;
}
.brand_detail .brand_body .brand_right .news_detail .news_right .title a {
  color: #333333;
}
.brand_detail .brand_body .brand_right .news_detail .news_right .content {
  width: 100%;
  overflow: hidden;
  height: 48px;
  font-size: 13px;
  color: #808080;
  line-height: 24px;
}
.brand_detail .brand_body .brand_right .news_detail .news_right .summary {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  font-size: 13px;
  color: #808080;
  line-height: 24px;
}
.brand_detail .brand_body .brand_right .news_detail .news_right .summary a {
  color: #5D92E3;
}
.brand_detail .brand_body .brand_right .product_count {
  margin-top: 40px;
  display: inline-block;
  height: 22px;
  padding-left: 16px;
  padding-right: 51px;
  line-height: 20px;
  color: #fff;
  font-size: 13px;
  position: relative;
}
.brand_detail .brand_body .brand_right .product_count a {
  color: #FFFBFB;
  border-bottom: 2px solid #C1D5AA;
}
.brand_detail .brand_body .brand_right .product_count img {
  position: absolute;
  top: 0px;
  right: 0px;
}
/*******************************************Brands--end**************************************/
/****************************库存寄售服务--start*****************************/
.consign_ad {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.consign_ad img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.BusinessPro {
  width: 1200px;
  height: 64px;
  background: url(/assets/img/pub/line.jpg) no-repeat;
}
.factoryMain {
  height: 300px;
}
.adList li {
  margin: 5px 6.5px;
  overflow: hidden;
}
.adList li:nth-last-child(4) {
  margin-left: 0px;
  margin-right: 7px;
}
.adList li:last-child {
  margin-right: 0px;
  margin-left: 7px;
}
.adList li img {
  width: 290px;
  height: 290px;
  transition: 0.7s ease-out;
}
.adList li img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 0.7s ease-out;
}
.bg-arrowlist {
  height: 82px;
  position: relative;
  border: 1px solid transparent;
}
.bg-arrowlist li {
  width: 20%;
  line-height: 20px;
  overflow: hidden;
}
.bg-arrow .a-1 {
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 80px;
  top: 0px;
  display: table;
}
.bg-arrow .a-1 p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  text-align: left;
}
.bg-arrow {
  width: 180px;
  position: relative;
  color: #fff;
}
.bg-arrow1 {
  width: 180px;
  height: 40px;
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
}
.bg-arrow2 {
  width: 180px;
  height: 40px;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
}
.bg-arrowlist span {
  display: inline-block;
  width: 26px;
  height: 80px;
  line-height: 80px;
}
/*在线委托开始*/
.Onlinetrust {
  width: 1200px;
}
.Onlinetrust > li > .linetrust1 {
  width: 900px;
  height: 330px;
  display: table-cell;
  vertical-align: middle;
  margin: 10px 0;
}
.linetrust1_left {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
}
.linetrust1_left {
  margin: 25px 100px;
}
.linetrust1_left > i {
  display: inline-block;
  font-size: 45px;
  margin-top: 40px;
}
.linetrust1_right {
  width: 600px;
  float: right;
}
.linetrust1_right li:first-child {
  font-size: 16px;
}
.linetrust1_right li {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}
.linetrust1_right .span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  color: white;
}
.linetrust2 {
  width: 298px;
  height: 330px;
  display: table;
}
.linetrust2_ul {
  text-align: center;
  color: white;
  display: table-cell;
  vertical-align: middle;
}
.linetrust2_ul li {
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
}
/*在线委托结束*/
/****************************库存寄售服务--end*****************************/
/****************************样品推荐--start*******************************/
.samplebox {
  background: #F2F2F2;
  width: 100%;
  height: auto;
  min-width: 1200px;
  clear: both;
}
.samplebox .sample_left {
  width: 934px;
}
.samplebox .sample_right {
  width: 255px;
}
.sample_left .sam_img {
  padding: 12px;
  height: 224px;
  overflow: hidden;
}
.sample_left .sam_img ul li {
  margin-right: 28px;
  width: 128px;
}
.sample_left .sam_img ul li:last-child {
  margin-right: 0px !important;
}
.sample_left .sam_img img {
  width: 128px;
  height: 128px;
  border: 1px solid #E4E4E4;
}
.sample_left .sam_img p {
  font-size: 12px;
  height: 36px;
  line-height: 36px;
}
.sample_left .sam_search {
  margin: 10px 0px;
}
.sample_left .sam_search > div {
  display: inline-block;
  height: 77px;
  line-height: 77px;
  margin: auto;
}
.sample_left .sam_search > div input[type="text"] {
  width: 300px;
  height: 32px;
  text-indent: 6px;
  font-size: 12px;
}
.sample_left .sam_search > div input[type="button"] {
  height: 32px;
}
.sam_info .sampletitle {
  height: 52px;
  line-height: 52px;
  padding-left: 12px;
  border-bottom: 1px solid #E4E4E4;
}
.sam_info .sampletitle .btn-input {
  margin: 10px 20px 0px 0px;
}
.sam_info .samplecontent .samlist {
  width: 932px;
  height: auto;
  min-height: 121px;
  padding: 0px 12px 12px;
}
.sam_info .samplecontent .samlist li {
  min-height: 10px;
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 0px;
}
.sam_info .samplecontent .samlist li:last-child {
  border-bottom: 0px;
}
.sam_info .samplecontent .samlist li .samli_left {
  width: 744px;
  min-height: 75px;
}
.sam_info .samplecontent .samlist li .samli_left .samli_p {
  width: 744px;
  height: auto;
}
.sam_info .samplecontent .samlist li .samli_right > div {
  width: 134px;
  height: 75px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.sam_info .samplecontent .pages {
  width: 900px;
}
.sample_right img {
  width: 255px;
  height: 223px;
}
.sample_right .sample_rightuser ul {
  display: table-cell;
  text-align: center;
  color: #fff;
  height: 90px;
  vertical-align: middle;
  width: 255px;
}
.sample_right .sample_rightrecord {
  width: 255px;
  min-height: 122px;
  margin-top: 10px;
  min-height: 40px;
}
.sample_right .sample_rightrecord p {
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.sample_right .sample_rightrecord ul {
  padding: 12px;
  min-height: 222px;
}
.sample_right .sample_rightrecord ul li {
  width: 230px;
  height: 26px;
  line-height: 26px;
}
.sample_right .sample_rightrecord ul li .fl {
  display: inline-block;
  width: 112px;
}
.sample_right .sample_rightrecord ul li .fr {
  display: inline-block;
  width: 110px;
  height: 26px;
}
/****************************样品推荐--end*******************************/
/**********************样品申请-开始**********************************/
.modelinfo {
  background: #fff;
  padding: 0px 20px;
}
.modeltitle {
  padding: 8px 15px;
}
.modalcontent {
  font-size: 14px;
}
.modalcontent .form-group > .col-sm-5 {
  padding-right: 10px;
}
/*排序*/
.f-sort {
  margin-top: 13px;
}
.f-sort a {
  border: 1px solid #ccc;
  float: left;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  margin-right: -1px;
  color: #333;
  background: #FFF;
}
.f-sort a.curr {
  background: #e4393c;
  color: #FFF;
  border-color: #e4393c;
}
.f-sort a.curr:hover {
  color: #FFF;
}
.f-sort a:hover {
  position: relative;
  border-color: #e4393c;
  color: #e4393c;
}
/*筛选条件*/
.sam_store .selected {
  height: 52px;
  line-height: 52px;
  padding: 10px 12px;
}
.sam_store .selected dl {
  height: 30px;
  line-height: 30px;
}
.sam_store .selected dl dd a i {
  display: inline-block;
  padding: 4px;
  font-size: 16px;
}
.sam_store .selected dl dd a {
  padding: 0px 10px;
}
.sam_store .selected dl dd a.curr {
  display: block;
}
/************************样品申请-结束*********************************/
/***************************代理品牌--start***********************************/
.Agentbrand {
  width: 100%;
  height: auto;
  min-width: 1200px;
  clear: both;
}
.brands ul {
  width: 1200px;
  min-height: 150px;
  height: auto;
  background-color: #ffffff;
}
.brands ul li {
  float: left;
  width: 200px;
  height: 150px;
  line-height: 110px;
  text-align: center;
  padding: 20px;
}
.brands ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.brands ul li img {
  max-width: 100%;
  max-height: 100%;
}
.brands-introduce {
  width: 1200px;
  height: auto;
  min-height: 392px;
}
.brands-introduce > ul > li {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.brandsbox {
  height: 350px;
}
.brands-left {
  width: 240px;
  height: 350px;
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
.brands-left .img {
  width: 240px;
  height: 310px;
  display: block;
  line-height: 310px;
  padding: 0 10px;
}
.brands-left .img img {
  max-width: 100%;
  max-height: 100%;
}
.brands-left a {
  max-width: 100%;
}
.brands-right {
  width: 940px;
  height: 350px;
  overflow: hidden;
  padding: 20px;
  background-color: #ffffff;
}
.brandstitle {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  text-indent: 25px;
}
.brandstype {
  margin-bottom: 10px;
  min-height: 50px;
}
.brandstype ul,
.brandsadvantage ul,
.brandsarea ul {
  width: 780px;
  min-height: 50px;
  line-height: 30px;
}
.brandstype ul li {
  width: 100%;
}
.list-disc:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 13px;
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.brandsadvantage {
  width: 920px;
  min-height: 75px;
  margin-bottom: 10px;
  overflow: hidden;
}
.brandsarea {
  width: 920px;
  height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
}
.brandstype div,
.brandsadvantage div,
.brandsarea div {
  width: 110px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  float: left;
  height: 30px;
  line-height: 30px;
}
/***************************代理品牌--end***********************************/
/***************************智能bom--start************************************/
/*bom广告*/
.icon-bommore {
  width: 25px;
  height: 25px;
  background-position: -171px -423px;
}
.icon-bomexcel {
  width: 25px;
  height: 25px;
  background-position: -217px -422px;
}
.bom_advert {
  width: 1200px;
  height: 264px;
}
.bom_advert a {
  display: inline-block;
  height: 264px;
}
.bom_advert a > img {
  width: 1200px;
  height: 264px;
}
.bomtitle {
  height: 36px;
  line-height: 36px;
}
.bomtitle span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.bomtitle span > a {
  display: inline-block;
  padding: 0 10px;
}
.bomtitle span.on {
  background-color: #FFFFFF;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #FFFFFF;
}
.bomleadone {
  height: 480px;
  padding: 30px;
  border: 1px solid #e4e4e4;
  position: relative;
  top: 1px;
  background-color: #FFFFFF;
}
.bomleadone p {
  word-break: break-word;
  width: 300px;
}
.bomleadone_area {
  float: left;
  width: 800px;
  height: 300px;
  padding: 15px;
  border: 0px;
  background-color: #F2F2F2;
}
.bomleadone_tit {
  float: right;
  width: 300px;
  height: 300px;
}
.bomleadone_tit .demo {
  margin-top: 10px;
}
.bomleadone_tit table {
  width: 100%;
  font-size: 14px;
}
.bomleadone_tit table td {
  border: 1px solid #e4e4e4;
  text-indent: 6px;
  height: 30px;
}
.bomleadtwo {
  width: 100%;
  height: 300px;
  border: 1px solid #e4e4e4;
  position: relative;
  top: 1px;
  margin-bottom: 40px;
  background-color: #ffffff;
  display: table;
}
.bomleadtwo_tit {
  display: table-cell;
  vertical-align: middle;
}
.bomleadtwo p {
  line-height: 30px;
}
.bommate > div {
  line-height: 40px;
  height: 40px;
}
.bomlist_main > table.bomlist_main_tab tr td.td-hover table tr td {
  padding: 2px 10px;
  height: 28px;
}
/*******************************智能bom--end**********************************/
/********************************物料清单--start********************************/
.bomlist .bomlist_title {
  height: 36px;
  line-height: 36px;
  border-bottom: 2px solid #EE7700;
  margin-top: 30px;
}
.bombar {
  margin-top: 18px;
  width: 1200px;
}
.bombar .bombar_left {
  float: left;
  width: 422px;
  height: 177px;
  border: 1px solid #E4E4E4;
}
.bombar .bombar_right {
  float: right;
  border: 1px solid #E4E4E4;
  width: 762px;
  height: 177px;
  padding: 18px 17px;
}
.bombar .bombar_right table {
  width: 485px;
}
.bombar .bombar_right table td {
  border: 1px solid #EE7700;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.bombar .bombar_right table td:first-child {
  font-weight: 400;
  text-align: right;
  padding-right: 70px;
}
.bombar .bombar_right table td:last-child {
  text-align: left;
  padding-left: 25px;
  color: red;
}
.bomlist_tabs {
  margin-top: 20px;
}
.bomlist_main {
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  border-top: 2px solid #EE7700;
  margin-top: 20px;
}
.bomlist_main > table.bomlist_main_tab {
  width: 1200px;
  table-layout: fixed;
  text-align: center;
}
.bomlist_cont > table.bomlist_main_tab > thead > tr > th,
.bomlist_cont > table.bomlist_main_tab > tbody > tr > td {
  border-bottom: 1px solid #E4E4E4;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bomlist_cont > table.bomlist_main_tab > thead > tr > th:not(:last-child),
.bomlist_cont > table.bomlist_main_tab > tbody > tr > td:not(:last-child) {
  border-right: 1px solid #E4E4E4;
}
.bomlist_cont > table.bomlist_main_tab > tbody > tr > td:last-child {
  overflow: inherit;
}
.bomlist_main > table.bomlist_main_tab tr th {
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #333;
}
.bomlist_main > table.bomlist_main_tab tr td {
  padding: 5px 10px;
  height: 41px;
}
.bomnum,
.bom-remark {
  height: 30px;
  line-height: 30px;
  border: 1px solid #E4E4E4;
}
.bomnum {
  width: 100px;
  text-align: center;
}
.bom-remark {
  width: 140px;
  text-align: left;
  padding: 0 10px;
}
.bomlist_accouple {
  height: 30px;
  line-height: 30px;
}
.bomlist_accouple span {
  font-size: 12px;
}
.bomlist_main .td-hover {
  position: relative;
}
.bomlist_main .td-hover .p-pri {
  position: absolute;
  top: 0px;
  left: 100%;
  background: #fff;
}
.bomlist_main .td-hover .box-hover {
  display: none;
}
.bomlist_main .bomlist_main_tab .box-hover table {
  border: 1px solid #EE7700;
}
.bomlist_main > table.bomlist_main_tab tr td .box-hover {
  font-size: 12px;
  padding: 0 5px;
  white-space: nowrap;
}
.bomlist_main .td-hover:hover .box-hover {
  display: block;
}
/********************************物料清单--end********************************/
/*选型分类搜索-页面样式 - start*/
.siteMap {
  margin: 10px -5px;
  line-height: 28px;
  color: #808080;
}
.siteMap a {
  margin: 0px 7px;
  color: #000000;
}
.category-main {
  min-height: 400px;
  margin-bottom: 20px;
}
.category-main .categoryList dd {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.category-main .categoryList h2 {
  margin: 10px 0px;
  font-weight: normal;
  margin-top: 21px;
}
.category-main .categoryList h2 a {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.category-main .categoryList h2 span {
  font-size: 12px;
  color: #06F;
}
.category-main .categoryList .categoryItem {
  line-height: 23px;
}
.category-main .categoryList .categoryItem li {
  list-style-type: circle;
  margin-left: 35px;
  width: 200px;
  float: left;
  overflow: hidden;
  height: 24px;
}
.category-main .categoryList .categoryItem li a {
  font-size: 13px;
  margin-right: 10px;
  color: #369;
}
.sumResult {
  margin: 10px;
  padding-left: 15px;
  line-height: 28px;
  color: #808080;
  float: left;
  font-size: 15px;
}
/*选型分类搜索-页面样式 - end*/
/*****************************比较产品--start****************************/
.compareproduct {
  min-height: 500px;
}
.compareproduct .leftcontent table.tabcont2 > tbody > tr > td:first-child {
  text-align: left;
  padding-left: 20px;
}
.compareproduct .leftcontent table.tabcont2 > tbody > tr > td:first-child > div {
  padding-left: 20px;
}
.compareproduct .leftcontent table.tabchild tr td:first-child {
  text-align: left;
}
.compareproduct .leftcontent table.tabcont2 {
  table-layout: fixed;
  border: 1px solid #E4E4E4;
}
.leftcontent {
  overflow-x: auto;
}
.compareproduct .leftcontent table.tabcont2 tr td {
  vertical-align: top;
  border-bottom: 1px dotted #E4E4E4;
  border-right: 1px dotted #E4E4E4;
}
.compareproduct .leftcontent table.tabcont2 tr td > div {
  word-wrap: break-word;
  width: 198px;
}
.product_img {
  width: 128px;
  height: 128px;
}
.supplysituate {
  color: green;
  font-weight: bold;
  background-color: #e6ffe6;
}
.compareproduct .leftcontent table.tabcont2 tr td .tabchild {
  width: 100%;
}
.compareproduct .leftcontent table.tabcont2 tr td .tabchild tr td {
  border: 0px;
}
.tabchild_th {
  font-weight: bold;
}
.pricerangealign {
  text-align: left;
  padding-left: 15% !important;
}
.removeproduct {
  color: #999;
  width: 30px;
  float: right;
  text-decoration: none;
  font-size: 14px;
}
.tdBackground {
  background: #ffffe6 !important;
}
/*****************************比较产品--end****************************/
/************************商户求购需求--start***********************************/
.channel_body {
  width: 100%;
  height: 100%;
  background: #F1F1F1;
  min-width: 1200px;
  clear: both;
  padding-bottom: 20px;
}
.channel_bread {
  line-height: 30px;
  padding: 10px 0;
  font-size: 14px;
}
.auction-right {
  width: 925px;
  float: left;
}
.auction-right .title {
  height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  background: #fff;
}
.auction-right .title span {
  float: left;
  display: block;
  width: 150px;
  text-align: center;
  background: #e5e5e5;
}
.auction-right .title ul {
  float: left;
  padding-left: 25px;
}
.auction-right .title li {
  float: left;
  cursor: pointer;
}
.auction-right .title li a {
  padding: 0 25px;
  height: 100%;
  display: block;
}
.auction-cont {
  padding: 10px 20px 20px;
  background: #fff;
}
.filtrate {
  height: 30px;
  margin-bottom: 10px;
}
.filtrate .box-ss input {
  font-size: 12px;
  float: left;
  width: 258px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  color: #666;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.filtrate .box-ss .but {
  height: 28px;
  line-height: 28px;
  float: left;
  border-radius: 0 3px 3px 0;
  width: 120px;
  font-weight: 700;
  cursor: pointer;
}
.but {
  color: #fff;
  padding: 0 10px;
  text-align: center;
  border: none;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.filtrate .block ul {
  height: 30px;
  float: left;
  margin-right: 10px;
  margin-left: 1px;
}
.filtrate .block li {
  cursor: pointer;
  margin-left: -1px;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  color: #666;
}
.filtrate .block li:not(.act) {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.filtrate .block li.act a {
  color: #fff;
}
.filtrate .block li a {
  width: 100%;
  height: 100%;
  display: block;
}
.filtrate .block li.act i {
  display: inline-block;
}
.filtrate .block li i {
  margin-left: 10px;
  display: none;
  width: 10px;
  height: 13px;
}
.filtrate .block li .icon-bot {
  background: url(/assets/img/pub/icon-pub.png) -270px -341px;
}
.filtrate .block li .icon-top {
  /*上白下灰*/
  background: url(/assets/img/pub/icon-pub.png) -260px -341px;
}
.filtrate .block span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
}
.auction-box {
  min-height: 418px;
}
.auction-box .title-gray {
  height: 40px;
  background: #f3f3f3;
  border-top: 1px solid #e5e5e5;
}
.auction-box .block,
.auction-box .title-gray {
  border-bottom: 1px solid #e5e5e5;
}
.auction-box .title-gray li {
  float: left;
  padding-left: 20px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.auction-box .w_280 {
  width: 280px;
}
.auction-box .w_197 {
  width: 197px;
}
.auction-box .w_143 {
  width: 143px;
}
.auction-box .w_90 {
  width: 90px;
}
.auction-box .w_160 {
  width: 160px;
}
.auction-box .block li {
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  padding-left: 20px;
  line-height: 20px;
}
.auction-box .block h6 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.auction-box .block p {
  color: #999;
}
.auction-box .block .time span {
  padding: 0 5px;
}
.auction-box .block .but {
  margin: 5px 0;
  height: 30px;
  line-height: 30px;
  width: 120px;
}
.auction-cont .pages {
  width: 100%;
  margin-bottom: 0px;
}
.auction-cont .search_title {
  overflow: hidden;
  width: 500px;
  height: 30px;
}
.auction-left {
  width: 255px;
  margin-left: 20px;
  float: right;
}
.auction-left .sample_rightuser ul {
  display: table-cell;
  text-align: center;
  color: #fff;
  height: 90px;
  vertical-align: middle;
  width: 255px;
}
.auction-left .sample_rightrecord {
  width: 255px;
  min-height: 122px;
  margin-top: 10px;
  min-height: 40px;
}
.auction-left .sample_rightrecord p {
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.auction-left .sample_rightrecord ul {
  padding: 12px;
  min-height: 245px;
}
.auction-left .sample_rightrecord ul li {
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.auction-left .sample_rightrecord ul li .fl {
  display: inline-block;
  width: 110px;
}
.auction-left .sample_rightrecord ul li .fr {
  display: inline-block;
  width: 110px;
  height: 26px;
}
/*渠道商入驻*/
.channel_shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: none;
}
.joinagent {
  width: 486px;
  height: 620px;
  margin: auto;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  padding: 10px 45px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -290px;
  margin-left: -243px;
  background-color: #fff;
  z-index: 1000;
}
.close_ag {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #4C4C4C;
  font-style: normal;
  cursor: pointer;
}
.joinagent h3 {
  height: 60px;
  line-height: 53px;
}
.joinagent table td {
  height: 42px;
}
.joinagent table tr td:first-child {
  width: 30%;
}
.joinagent table tr td:last-child {
  width: 70%;
}
.joinagent table td select {
  width: 286px;
  height: 30px;
  border: 1px solid #e4e4e4;
  color: #555555;
  font-size: 12px;
  text-indent: 5px;
}
.joinagent table td input[type="text"] {
  width: 286px;
  height: 30px;
  border: 1px solid #e4e4e4;
  text-indent: 10px;
  color: #555555;
  font-size: 12px;
}
.joinagent table td textarea {
  width: 286px;
  height: 79px;
  border: 1px solid #e4e4e4;
  color: #555555;
  font-size: 12px;
  text-indent: 10px;
  margin-top: 6px;
}
/************************商户求购需求--end***********************************/
/************************在线留言--start***********************************/
.online_message {
  padding-bottom: 40px;
}
.online_title {
  width: 100%;
}
.online_title img {
  max-width: 100%;
}
.online_form {
  display: inline-flex;
}
.online_form .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
}
.online_left {
  width: 200px;
  margin-right: 50px;
  float: left;
}
.online_left p {
  line-height: 30px;
}
.online_right {
  width: 950px;
  float: left;
}
.online_right .group {
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
}
.online_right .group label {
  float: left;
  width: 100px;
}
.online_right .group .input {
  width: 350px;
}
.online_right .group textarea {
  width: 850px;
  border: 1px solid #ccc;
  height: 170px;
}
.online_right .group img {
  cursor: pointer;
  width: 80px;
  height: 30px;
  margin-top: 1px;
}
.online_right .sub {
  padding: 8px 15px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  margin-top: 20px;
}
.online_right .img_val {
  width: 195px;
  display: inline-block;
}
/************************在线留言--end***********************************/
/************************公司历程--start***********************************/
.shop_history {
  width: 100%;
  background: #eee;
  min-height: 600px;
  padding: 0px 0 60px;
  min-width: 1200px;
  clear: both;
}
.shop_history .title {
  font-size: 18px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
}
.shop_history .course_round {
  width: 30px;
  height: 26px;
  margin: 0 auto;
}
.shop_history .course_round .round {
  width: 26px;
  height: 26px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  margin-left: 3px;
}
.shop_history .course_angle {
  width: 24px;
  height: 17px;
  margin: 0 auto;
}
.shop_history .course_angle .angle {
  width: 16px;
  height: 17px;
  margin: 0 auto;
  font-size: 24px;
  padding-left: 2px;
}
.shop_history .course_main {
  position: relative;
  display: flex;
}
.shop_history .course_main:first-child {
  margin-top: 0px;
  margin-bottom: -5px;
}
.shop_history .course_main .course_edit {
  position: absolute;
  margin-left: -600px;
  left: 50%;
  z-index: 20;
}
.shop_history .course_main .course {
  width: 50%;
  display: inline-block;
  min-height: 100px;
  padding-bottom: 20px;
}
.shop_history .course_main .course:last-child {
  padding-bottom: 0;
}
.shop_history .course_main .course.course_r {
  border-width: 0 2px 0 0px;
  padding-right: 30px;
  padding-top: 20px;
  padding-left: 50px;
  margin-left: 2px;
}
.shop_history .course_main .course.course_l {
  border-width: 0 0px 0 2px;
  padding-left: 30px;
  margin-left: 50%;
  padding-top: 40px;
  padding-right: 50px;
  padding-bottom: 15px;
}
.shop_history .course_main .time {
  width: 110px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  border-radius: 0 45px 0 45px;
  position: absolute;
}
.shop_history .course_main .time.time_r {
  right: 50%;
  margin-right: 30px;
  top: 0;
  margin-top: -40px;
}
.shop_history .course_main .time.time_l {
  left: 50%;
  margin-left: 30px;
  top: 0;
  margin-top: -20px;
}
.shop_history .course_main .course .content {
  margin-top: 10px;
  width: 100%;
}
/************************公司历程--end***********************************/
/************************呆料页面--start***********************************/
/*搜索页*/
.overstock {
  background: #f4f4f4;
  padding-bottom: 60px;
  clear: both;
}
.overstock .line {
  margin: 0 5px;
}
.overstock_head {
  height: 50px;
  line-height: 50px;
  color: #999;
  font-size: 14px;
}
.overstock_query {
  background: #fff;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 12px;
}
.overstock_query .row {
  display: inline-block;
  border-bottom: 1px dashed #e9e8e7;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.overstock_query .row:last-child {
  border-bottom: 0;
}
.overstock_query .name {
  width: 60px;
  line-height: 26px;
  height: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999;
}
.overstock_query .content {
  width: 1100px;
}
.overstock_query .content .q_brand {
  width: 100%;
  max-height: 72px;
  overflow: hidden;
}
.overstock_query .content .q_brand.hd {
  max-height: none;
}
.overstock_query .content .q_more {
  float: right;
  cursor: pointer;
  display: none;
}
.overstock_query .box {
  display: inline-block;
  line-height: 1;
  margin: 5px 20px;
  padding: 7px 12px;
  color: #333;
  cursor: pointer;
}
.overstock_query .types .box {
  margin: 5px 0px 5px 20px;
}
.overstock_query .types .box.active,
.overstock_query .types .box:hover {
  background: #f7efe8;
  color: #a56322 !important;
}
.overstock_query .way .box {
  font-size: 12px;
  color: #333;
  font-weight: 700;
}
.overstock_query .way .box .text {
  margin-left: 10px;
  position: relative;
  top: 0px;
}
.overstock_query .way .box .text:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  position: absolute;
  left: -25px;
  top: 0px;
}
.overstock_query .way .box .text.active {
  color: #b37e52 !important;
}
.overstock_query .way .box .text.active:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #b37e52;
  border-radius: 100%;
}
.overstock_query .way .box:hover {
  background: #fff;
  color: #333 !important;
}
.overstock_query .sort .box {
  margin-left: 20px;
  margin-right: 0;
  padding: 0 10px;
  text-align: center;
  /* width    : 80px; */
  height: 25px;
  font-size: 12px;
  line-height: 23px;
  border: 1px solid #e8e8e8;
  border-right: none;
  color: #666;
  float: left;
}
.overstock_query .sort .box:last-child {
  border: 1px solid #e8e8e8;
  margin-left: 0px;
}
.overstock_query .sort .box.active,
.overstock_query .sort .box:hover {
  color: #a56322;
  background: #fff;
}
.overstock_list ul {
  display: inline-block;
}
.overstock-item {
  width: 384px;
  padding: 20px;
  float: left;
  background: #fff;
  position: relative;
  margin: 0 24px 20px 0;
}
.overstock-item.mart20 {
  margin: 0 0px 20px;
}
.overstock-item .item-title {
  line-height: 19px;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overstock-item .item-title a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.overstock-item .item-type {
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
}
.overstock-item .item-type span {
  cursor: pointer;
  border-radius: 2px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  margin-right: 10px;
  padding: 2px 6px;
  background-color: #f4f4f4;
}
.overstock-item .item-meta {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin: 10px 0;
}
.overstock-item .item-meta .box {
  height: 24px;
  width: 100%;
  overflow: hidden;
}
.overstock-item .btn_overstock {
  line-height: 24px;
  background: #db282b;
  color: #fff;
  display: inline-block;
  padding: 1px 20px;
}
.overstock-item:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.tb-overstock {
  font-size: 12px;
  color: #666;
  background: #fff;
  table-layout: fixed;
  width: 100%;
}
.tb-overstock thead {
  background: #e8e8e8;
  min-height: 40px;
  line-height: 40px;
  text-align: left;
}
.tb-overstock tbody tr {
  line-height: 20px;
  border-bottom: 1px dashed #e8e8e8;
}
.tb-overstock tbody tr:last-child {
  border-bottom: none;
}
.tb-overstock td,
.tb-overstock th {
  padding: 10px 0px 10px 10px;
  word-wrap: break-word;
  word-break: break-word;
}
.tb-overstock .parts {
  color: #333;
}
.tb-overstock .des {
  /*padding-right: 30px*/
}
.tb-overstock .input1 {
  color: #333;
}
.tb-overstock .input1 input {
  width: 80px;
  height: 26px;
  padding: 0 8px;
  border: 1px solid #ccc;
}
.tb-overstock .price {
  color: #333;
}
.tb-overstock .operation .btn {
  /* width: 80px; */
  padding: 0 10px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #db282b;
  color: #db282b;
  background: #ffeded;
  display: inline-block;
  cursor: pointer;
}
.stockbrand_list {
  padding-bottom: 50px;
}
.stockbrand_list .pages {
  padding: 20px 10px;
  background: #fff;
  margin: 0 auto;
}
.overstock_footer {
  width: 1200px;
  background: #fff;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -30px;
  -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.overstock_footer.fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
.overstock_footer label {
  max-width: 100px;
  padding: 0 5px;
}
.overstock_footer input {
  width: 155px;
  height: 36px;
  line-height: 34px;
  padding: 5px;
  position: relative;
  top: -2px;
  border: 1px solid #ccc;
}
.overstock_footer .w1 {
  width: 100px;
}
.overstock_footer .w2 {
  width: 100px;
}
.overstock_footer .foot_fr {
  position: absolute;
  right: 97px;
  top: 0;
}
.overstock_footer .btn_code {
  border-radius: 3px;
  color: #fff;
  width: 100px;
  text-align: center;
  display: inline-grid;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  overflow: hidden;
}
.overstock_footer .btn_all {
  padding: 0 20px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  height: 36px;
  color: #fff;
  background: #db282b;
  display: inline-block;
  cursor: pointer;
  min-width: 104px;
}
.overstock_footer .btn-disabled {
  border: 0 !important;
}
/*详情页*/
.overstock_query .box_detail {
  display: inline-block;
  margin-right: 45px;
  line-height: 46px;
}
.overstock_query .box_detail.stock_name {
  margin-right: 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  line-height: 22px;
  padding-top: 5px;
}
.overstock_down {
  display: inline-block;
  float: right;
  padding: 0 15px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  position: relative;
  top: 10px;
  border: 1px solid #db282b;
  color: #fff;
  background: #db282b;
}
/************************呆料页面--end***********************************/
/************************合作渠道列表页--start***********************************/
.co_channels {
  padding: 20px 0;
}
.co_channels .co_channels_tab {
  height: 40px;
  line-height: 38px;
  border-bottom-width: 2px;
  width: 100%;
  overflow: hidden;
}
.co_channels .co_channels_tab li {
  width: 120px;
  text-align: center;
  font-size: 14px;
  border-bottom: 0;
  height: 39px;
  margin-right: 10px;
  font-size: 16px;
  float: left;
  color: #fff;
  cursor: pointer;
}
.co_channels .co_channels_tab li:not(.on) {
  background-color: #eee;
  border: solid 1px #ccc;
  color: #333;
}
.co_channels .panel-body {
  padding: 20px 20px;
}
.co_channels .panel-body li {
  width: 200px;
  height: 170px;
  padding: 5px 10px;
  margin-right: 39px;
  margin-bottom: 10px;
  float: left;
}
.co_channels .panel-body li:nth-child(5n) {
  margin-right: 0;
}
.co_channels .panel-body li .img {
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.co_channels .panel-body li .img img {
  max-width: 100%;
  height: 100%;
}
.co_channels .panel-body li .name {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  margin-top: 5px;
}
.co_channels .panel-body li .main {
  color: #666;
  overflow: hidden;
  height: 36px;
  line-height: 18px;
  width: 100%;
  margin-top: 5px;
}
.sc_channel {
  padding: 20px;
  border: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fafafa;
}
.sc_channel .ch_info {
  display: inline-block;
}
.sc_channel .ch_info figure {
  width: 190px;
  height: 120px;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  line-height: 114px;
  float: left;
}
.sc_channel .ch_info figure img {
  max-width: 100%;
  height: 100%;
}
.sc_channel .ch_info .ch_left {
  float: left;
  margin-left: 20px;
}
.sc_channel .ch_info .ch_left .p1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 0;
  overflow: hidden;
  height: 36px;
  width: 100%;
  line-height: 36px;
}
.sc_channel .ch_info .ch_left .p2 span {
  display: flex;
  float: left;
  width: 340px;
  line-height: 21px;
}
.sc_channel .ch_info .ch_left .p2 span:last-child {
  width: 600px;
}
.sc_channel .ch_info .ch_left .p2 em {
  display: inline-block;
  min-width: 60px;
  float: left;
}
/* .sc_channel .ch_info .ch_left .p2 em.em1{width: 280px;}
  .sc_channel .ch_info .ch_left .p2 em.em2{width: 540px;} */
.sc_channel .ch_desc {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.sc_channel .ch_desc span {
  display: inline-block;
  float: left;
  width: 60px;
  line-height: 21px;
}
.sc_channel .ch_desc span:last-child {
  width: 1090px;
  text-indent: 20px;
}
.channel_img {
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin-bottom: 15px;
}
.channel_img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/************************合作渠道列表页--end***********************************/
/************************独立的页面样式--end***********************************/
/************************会员中心的页面样式--start***********************************/
/*头部最上边-改版start*/
.clearfix:before,
.clearfix:after,
.Welcome_container:before,
.Welcome_container:after {
  content: '';
  display: table;
}
.clearfix:after,
.Welcome_container:after {
  clear: both;
}
.Head {
  min-width: 1200px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background-color: #f2f2f2;
}
.HeadContainer {
  width: 1200px;
  margin: auto;
  position: relative;
}
.headtop_left .Login {
  display: inline-block;
  margin-left: 20px;
}
.headtop_left a,
.backstage,
.BOM {
  color: #0979e9;
}
.headtop_right {
  position: absolute;
  background: #f2f2f2;
  right: 0;
  z-index: 999;
  top: 0;
}
.headtop_right ul {
  float: right;
}
.headtop_right ul li {
  float: left;
  height: 28px;
}
.headtop_right ul span {
  padding-right: 0px;
}
.headtop_right .head_right {
  overflow: hidden;
  height: 28px;
  max-width: 950px;
}
.headtop_right .head_right .icon-kefu1 {
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  padding-top: 0px;
  text-align: center;
  margin-right: 2px;
  vertical-align: middle;
}
.headtop_right .head_right .icon-shezhi {
  font-size: 18px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  margin-right: 2px;
}
.headtop_right .head_right .icon-rengongzhineng {
  font-size: 13px;
  margin-right: 2px;
  vertical-align: middle;
  line-height: 13px;
}
.headtop_right .head_right .icon-jiarushoucang {
  font-size: 14px;
  font-weight: bolder;
  margin-right: 2px;
}
.Welcome {
  display: inline-block;
  position: relative;
}
.Welcome:hover .Welcome_title {
  background-color: #FFFFFF;
  cursor: pointer;
}
.Welcome:hover .Welcome_title i {
  background-position: -33px -18px;
}
.Welcome:hover .Welcome_container {
  display: block;
}
.Welcome a {
  color: #666666;
}
.Welcome .Welcome_title {
  padding: 0px 3px;
  position: relative;
  z-index: 1;
}
.Welcome_account {
  padding: 0px 10px;
  border-bottom: 1px solid #EEEEEE;
}
.Welcome_container {
  display: none;
  width: 300px;
  padding: 10px 15px;
  position: absolute;
  left: 0px;
  top: 28px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px #e6e6e6;
  -webkit-box-shadow: 0 1px 4px #e6e6e6;
  z-index: 999;
}
.Welcome_admin li {
  float: left;
  margin: 6px 10px 0px 10px;
  width: 70px;
  height: 28px;
  overflow: hidden;
}
/*头部最上边-改版end*/
/************************会员中心的页面样式--end***********************************/
/****************************评论模块*****************************/
.comment_container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
.comment_container .commentbox {
  width: 100%;
  margin: 20px auto;
}
.comment_container .mytextarea {
  width: 100%;
  overflow: auto;
  word-break: break-all;
  height: 100px;
  color: #000;
  font-size: 1em;
  resize: none;
}
.comment_container .comment-list {
  width: 100%;
  margin: 20px auto;
  clear: both;
  padding-top: 20px;
}
.comment_container .comment-list .comment-info {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.comment_container .comment-list .comment-info header {
  width: 90px;
  position: absolute;
}
.comment_container .comment-list .comment-info header img {
  width: 100%;
  border-radius: 50%;
  padding: 5px;
}
.comment_container .comment-list .comment-info .comment-right {
  padding: 5px 0px 5px 100px;
}
.comment_container .comment-list .comment-info .comment-right h3 {
  margin: 5px 0px;
}
.comment_container .comment-list .comment-info .comment-right .comment-content-header {
  height: 25px;
}
.comment_container .comment-list .comment-info .comment-right .comment-content-header span,
.comment_container .comment-list .comment-info .comment-right .comment-content-footer span {
  padding-right: 2em;
  color: #aaa;
}
.comment_container .comment-list .comment-info .comment-right .comment-content-header span,
.comment_container .comment-list .comment-info .comment-right .comment-content-footer span.reply-btn,
.comment_container .send,
.comment_container .reply-list-btn {
  cursor: pointer;
}
.comment_container .comment-list .comment-info .comment-right .reply-list {
  border-left: 3px solid #ccc;
  padding-left: 7px;
}
.comment_container .comment-list .comment-info .comment-right .reply-list .reply {
  border-bottom: 1px dashed #ccc;
}
.comment_container .comment-list .comment-info .comment-right .reply-list .reply div span {
  padding-left: 10px;
}
.comment_container .comment-list .comment-info .comment-right .reply-list .reply p span {
  padding-right: 2em;
  color: #aaa;
}
.comment_container .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.comment_container .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.comment_container .btn-info:hover,
.comment_container .btn-info:focus,
.comment_container .btn-info.focus,
.comment_container .btn-info:active,
.comment_container .comment_container .btn-info.active,
.comment_container .comment_container .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.comment_container .col-wh-83 {
  width: 83%;
  float: left;
}
.comment_container .col-wh-17 {
  width: 17%;
  float: left;
}
.comment_container .row {
  min-height: 22px;
}
.comment_container .reply a,
.comment_container .load-more a,
.comment_container .more-child a {
  color: #337ab7;
}
.comment_container .reply a,
.comment_container .load-more a,
.comment_container .more-child a:hover {
  text-decoration: underline;
}
.comment_container .load-more {
  text-align: center;
}
/****************************评论模块end*****************************/
